home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / wrcmdd / rcmd.h < prev    next >
Text File  |  1994-11-24  |  426b  |  13 lines

  1. //************************************************************************
  2. //
  3. // RCMD.H - Function Prototypes for Winsock RCMD.DLL by Denicomp Systems
  4. //
  5. //
  6. //
  7. //************************************************************************
  8.  
  9. int FAR PASCAL WinsockRCmd(LPSTR, int, LPSTR, LPSTR, LPSTR, LPSTR, int);
  10. int FAR PASCAL RCmdRead(int, LPSTR, int);
  11. int FAR PASCAL RCmdClose(int);
  12. int FAR PASCAL RCmdHandle(int);
  13.